home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_200 / 294_04 / readme.ct < prev    next >
Encoding:
Text File  |  1989-08-23  |  2.7 KB  |  78 lines

  1.  
  2.       Sample data files for 3-D medical imaging software.
  3.  
  4. /*************************************************************
  5.  
  6.       3-D Reconstruction of Medical Images
  7.  
  8.     Three Dimensional Reconstruction Of Medical
  9.     Images from Serial Slices - CT, MRI, Ultrasound
  10.  
  11.  
  12.    These programs process a set of slices images (scans) for one
  13.    patient. It outputs two sets of files containing nine predefined
  14.    views of bony surfaces. One set contains distance values and
  15.    the other gradient values.
  16.  
  17.    The distance values are used as 3-D spatial topographic surface
  18.    coordinate maps for geometrical analysis of the scanned object.
  19.  
  20.    The gradient values are used for rendering the surface maps on
  21.    CRT displays for subjective viewing where perception of small
  22.    surface details is important.
  23.  
  24.     Daniel Geist, B.S.
  25.     Michael W. Vannier, M.D.
  26.  
  27.     Mallinckrodt Institute of Radiology
  28.     Washington University School of Medicine
  29.     510 S. Kingshighway Blvd.
  30.     St. Louis, Mo. 63110
  31.  
  32.     These programs may be copied and used freely for non-commercial
  33.     purposes by developers with inclusion of this notice.
  34.  
  35.  
  36. ********************************************************************/
  37.  
  38.  
  39.   
  40. This disk contains several CT scan slice data files
  41. to test the 3-D medical image reconstruction programs.
  42. If you have an IBM PC/AT or clone with 1.2 Mbyte floppy disks,
  43. we can offer sets of CT scan slices at a nominal charge.  These
  44. are offered to help you experiment, develop, test and extend our work.
  45.   
  46.   
  47. The data file, "CTBILD.001", is a sample CT scan slice
  48. from a Siemens Somatom 2 CT scanner.  It has a header 
  49. block of 512 bytes, followed by 256 image lines.  Each
  50. image line has 256 elements (pixels or voxels, if you
  51. prefer).  Each pixel consists of 16 bits or 2 bytes.  Of
  52. these, only the low order 11 bits contain gray scale
  53. data.  The high order 5 bits (or in the case of other
  54. CT scanners, the high order 4 bits) may be ignored.
  55.  
  56. The remaining CT scan data files, CTBILD.002 and CTBILD.003,
  57. contain different slices in the same individual (e.g. serial
  58. slices that, taken together, comprise a volume).
  59.  
  60.  
  61. If you are interested in other CT scan data sets in
  62. IBM PC/AT format, we may be able to help you.  This is
  63. true when there is some academic purpose for the request.
  64. Contact the authors, as listed below, for more information
  65. on 3-D reconstruction imaging for the PC (and other 
  66. platforms).  Keep us informed on your progress, as we
  67. are most pleased to hear from you and share our work in
  68. biomedical image processing....
  69.  
  70. Michael W. Vannier
  71. Mallinckrodt Institute of Radiology
  72. Washington University School of Medicine
  73. 510 S. Kingshighway Blvd.
  74. St. Louis, Mo. 63110
  75.  
  76. June 1989
  77.  
  78.